﻿2026-07-26T16:32:43.3264115Z ##[group]Run actions/checkout@v5
2026-07-26T16:32:43.3264746Z with:
2026-07-26T16:32:43.3265176Z   repository: BigscreenVR/spt-bs-core
2026-07-26T16:32:43.3269085Z   token: ***
2026-07-26T16:32:43.3269749Z   ssh-strict: true
2026-07-26T16:32:43.3270207Z   ssh-user: git
2026-07-26T16:32:43.3270618Z   persist-credentials: true
2026-07-26T16:32:43.3271159Z   clean: true
2026-07-26T16:32:43.3271641Z   sparse-checkout-cone-mode: true
2026-07-26T16:32:43.3272138Z   fetch-depth: 1
2026-07-26T16:32:43.3272572Z   fetch-tags: false
2026-07-26T16:32:43.3273037Z   show-progress: true
2026-07-26T16:32:43.3273469Z   lfs: false
2026-07-26T16:32:43.3273898Z   submodules: false
2026-07-26T16:32:43.3274347Z   set-safe-directory: true
2026-07-26T16:32:43.3274853Z   allow-unsafe-pr-checkout: false
2026-07-26T16:32:43.3275379Z env:
2026-07-26T16:32:43.3275801Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-26T16:32:43.3276383Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-26T16:32:43.3276926Z ##[endgroup]
2026-07-26T16:32:43.4994541Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T16:32:43.4995752Z ##[group]Getting Git version info
2026-07-26T16:32:43.4996323Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T16:32:43.5231614Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T16:32:43.5449460Z git version 2.43.0.windows.1
2026-07-26T16:32:43.5472821Z ##[endgroup]
2026-07-26T16:32:43.5480187Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\05510fe9-5fbf-4ed4-a258-cf88d8689660\.gitconfig'
2026-07-26T16:32:43.5492581Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\05510fe9-5fbf-4ed4-a258-cf88d8689660' before making global git config changes
2026-07-26T16:32:43.5493607Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T16:32:43.5497511Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T16:32:43.5751878Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T16:32:43.5955297Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:32:43.5979470Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T16:32:43.5983426Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T16:32:43.6192216Z refs/heads/main
2026-07-26T16:32:43.6215289Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-07-26T16:32:43.6544583Z HEAD is now at 0019f39c Merge pull request #78 from BigscreenVR/docs/release-seed-host-ruling
2026-07-26T16:32:43.6791966Z ##[endgroup]
2026-07-26T16:32:43.6795281Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T16:32:44.1198756Z ##[group]Cleaning the repository
2026-07-26T16:32:44.1202596Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T16:32:45.5368848Z Removing target/
2026-07-26T16:32:45.5398410Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T16:32:45.5879882Z HEAD is now at 0019f39c Merge pull request #78 from BigscreenVR/docs/release-seed-host-ruling
2026-07-26T16:32:45.5901115Z ##[endgroup]
2026-07-26T16:32:45.5904911Z ##[group]Disabling automatic garbage collection
2026-07-26T16:32:45.5909574Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T16:32:45.6136831Z ##[endgroup]
2026-07-26T16:32:45.6137230Z ##[group]Setting up auth
2026-07-26T16:32:45.6143183Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T16:32:45.6371539Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T16:32:46.0656586Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T16:32:46.0906886Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T16:32:46.5158908Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T16:32:46.5398243Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T16:32:46.9709211Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T16:32:47.0035461Z ##[endgroup]
2026-07-26T16:32:47.0035945Z ##[group]Fetching the repository
2026-07-26T16:32:47.0042519Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12:refs/remotes/pull/71/merge
2026-07-26T16:32:47.6976287Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-26T16:32:47.6976823Z  + 3a0c270b...f544a1cc f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12 -> pull/71/merge  (forced update)
2026-07-26T16:32:47.7320817Z ##[endgroup]
2026-07-26T16:32:47.7321164Z ##[group]Determining the checkout info
2026-07-26T16:32:47.7321922Z ##[endgroup]
2026-07-26T16:32:47.7327257Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T16:32:47.7591490Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T16:32:47.7829479Z ##[group]Checking out the ref
2026-07-26T16:32:47.7834449Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/71/merge
2026-07-26T16:32:47.8620650Z Previous HEAD position was 0019f39c Merge pull request #78 from BigscreenVR/docs/release-seed-host-ruling
2026-07-26T16:32:47.8621378Z HEAD is now at f544a1cc Merge e6d1ade7cb195de59cf1616832e10e2aaa6509b8 into 0019f39c377e1d22d6a50d10b4e5fbb0f3960a2c
2026-07-26T16:32:47.8644699Z ##[endgroup]
2026-07-26T16:32:47.8908069Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T16:32:47.9138347Z f544a1cc1155bc1c4f5d92d72d3d21a73a70ec12
